home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / ccache11.zip / PAUSE.TXT < prev    next >
Text File  |  1996-06-22  |  1KB  |  60 lines

  1. PAUSE.EXE       COPYRIGHT 1995-1996 horio shoichi       PAUSE.EXE
  2.  
  3.  
  4.  
  5. NAME
  6.      pause.exe - stop machine for a while
  7.  
  8. SYNOPSIS
  9.      pause [-tick] [text]
  10.  
  11.      device=pause.exe [-tick] [text]
  12.  
  13. DESCRIPTION
  14.      This  program  pauses  execution  until  specified number of
  15.      ticks elapsed or any key is typed. The  typed  key  is  dis-
  16.      carded.
  17.  
  18.      If  no  tick  is specified, then the program simply awaits a
  19.      key typed. The typed key is discarded.
  20.  
  21.      If text exists then  it  is  displayed  before  the  program
  22.      pauses.
  23.  
  24.      When  written  in config.sys file then the program exits and
  25.      does not reside on memory after its termination.
  26.  
  27. EXAMPLES
  28.      pause for 2 seconds in command line in config.sys using  the
  29.      program on d:\bootprog.
  30.  
  31.           device=d:\bootprog\pause.exe -36 displayed text
  32.  
  33.  
  34.      Pause indefinitely on command line using the program in current directory.
  35.  
  36.           .\pause hit any key ...
  37.  
  38.  
  39. FEATURES
  40.      This program can be a reinvented wheel.
  41.  
  42.      Using  this  program  on  command.com  command lines must be
  43.      guarded against the disaster it eats the program name.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Concache 1.10       Last Update:  19 June 1996                  1
  57.  
  58.  
  59.  
  60.